﻿2026-06-05T23:17:35.1607609Z Current runner version: '2.334.0'
2026-06-05T23:17:35.1616762Z Runner name: 'gravity'
2026-06-05T23:17:35.1617966Z Runner group name: 'Default'
2026-06-05T23:17:35.1619421Z Machine name: 'gravity-linux'
2026-06-05T23:17:35.1623453Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T23:17:35.1627483Z Contents: read
2026-06-05T23:17:35.1628326Z Metadata: read
2026-06-05T23:17:35.1629292Z Packages: read
2026-06-05T23:17:35.1630123Z ##[endgroup]
2026-06-05T23:17:35.1633555Z Secret source: Actions
2026-06-05T23:17:35.1634797Z Prepare workflow directory
2026-06-05T23:17:35.2401066Z Prepare all required actions
2026-06-05T23:17:35.2460787Z Getting action download info
2026-06-05T23:17:35.7749951Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T23:17:36.6840686Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-05T23:17:36.8339301Z ##[group]Run actions/checkout@v5
2026-06-05T23:17:36.8341129Z with:
2026-06-05T23:17:36.8341925Z   repository: SaberMage/spt-core
2026-06-05T23:17:36.8349435Z   token: ***
2026-06-05T23:17:36.8350545Z   ssh-strict: true
2026-06-05T23:17:36.8351532Z   ssh-user: git
2026-06-05T23:17:36.8352427Z   persist-credentials: true
2026-06-05T23:17:36.8353479Z   clean: true
2026-06-05T23:17:36.8354505Z   sparse-checkout-cone-mode: true
2026-06-05T23:17:36.8355646Z   fetch-depth: 1
2026-06-05T23:17:36.8356550Z   fetch-tags: false
2026-06-05T23:17:36.8357411Z   show-progress: true
2026-06-05T23:17:36.8358337Z   lfs: false
2026-06-05T23:17:36.8359358Z   submodules: false
2026-06-05T23:17:36.8360430Z   set-safe-directory: true
2026-06-05T23:17:36.8362901Z ##[endgroup]
2026-06-05T23:17:36.9948133Z Syncing repository: SaberMage/spt-core
2026-06-05T23:17:36.9952639Z ##[group]Getting Git version info
2026-06-05T23:17:36.9954486Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T23:17:36.9956706Z [command]/usr/bin/git version
2026-06-05T23:17:36.9957716Z git version 2.34.1
2026-06-05T23:17:36.9961525Z ##[endgroup]
2026-06-05T23:17:36.9970571Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/16149a8c-785e-4e6a-a9a9-c910ea2d0df4/.gitconfig'
2026-06-05T23:17:36.9978687Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/16149a8c-785e-4e6a-a9a9-c910ea2d0df4' before making global git config changes
2026-06-05T23:17:36.9981532Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:17:36.9986730Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:17:37.0041939Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T23:17:37.0071478Z https://github.com/SaberMage/spt-core
2026-06-05T23:17:37.0096303Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:17:37.0103412Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:17:37.0132858Z refs/heads/dev-freeform
2026-06-05T23:17:37.0145241Z [command]/usr/bin/git checkout --detach
2026-06-05T23:17:37.0220639Z HEAD is now at c8334dc feat(release): ceremony keys embedded; help-text polish; release-publish automation
2026-06-05T23:17:37.0277397Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T23:17:37.0317374Z Deleted branch dev-freeform (was c8334dc).
2026-06-05T23:17:37.0365622Z ##[endgroup]
2026-06-05T23:17:37.0368519Z [command]/usr/bin/git submodule status
2026-06-05T23:17:37.0608218Z ##[group]Cleaning the repository
2026-06-05T23:17:37.0614124Z [command]/usr/bin/git clean -ffdx
2026-06-05T23:17:37.0654847Z Removing traceable-reqs
2026-06-05T23:17:37.0667093Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T23:17:37.0732809Z HEAD is now at c8334dc feat(release): ceremony keys embedded; help-text polish; release-publish automation
2026-06-05T23:17:37.0738408Z ##[endgroup]
2026-06-05T23:17:37.0743045Z ##[group]Disabling automatic garbage collection
2026-06-05T23:17:37.0748330Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T23:17:37.0785641Z ##[endgroup]
2026-06-05T23:17:37.0787063Z ##[group]Setting up auth
2026-06-05T23:17:37.0795748Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:17:37.0839567Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T23:17:37.1093090Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:17:37.1137565Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T23:17:37.1395022Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:17:37.1436012Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:17:37.1681491Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T23:17:37.1743301Z ##[endgroup]
2026-06-05T23:17:37.1744794Z ##[group]Fetching the repository
2026-06-05T23:17:37.1756136Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8334dc73d24e46e2912d09a8ecffc0cecdb4d93:refs/remotes/origin/dev-freeform
2026-06-05T23:17:37.7485392Z ##[endgroup]
2026-06-05T23:17:37.7486611Z ##[group]Determining the checkout info
2026-06-05T23:17:37.7488053Z ##[endgroup]
2026-06-05T23:17:37.7494252Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T23:17:37.7545450Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T23:17:37.7582474Z ##[group]Checking out the ref
2026-06-05T23:17:37.7588751Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T23:17:37.7649116Z Switched to a new branch 'dev-freeform'
2026-06-05T23:17:37.7651010Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T23:17:37.7657322Z ##[endgroup]
2026-06-05T23:17:37.7706211Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T23:17:37.7739915Z c8334dc73d24e46e2912d09a8ecffc0cecdb4d93
2026-06-05T23:17:37.8062178Z ##[group]Run cargo build --workspace --all-targets
2026-06-05T23:17:37.8063470Z [36;1mcargo build --workspace --all-targets[0m
2026-06-05T23:17:37.8089072Z shell: /usr/bin/bash -e {0}
2026-06-05T23:17:37.8090004Z ##[endgroup]
2026-06-05T23:17:38.3573593Z    Compiling proc-macro2 v1.0.106
2026-06-05T23:17:38.3576045Z    Compiling unicode-ident v1.0.24
2026-06-05T23:17:38.3600720Z    Compiling quote v1.0.45
2026-06-05T23:17:38.3602336Z    Compiling libc v0.2.186
2026-06-05T23:17:38.4571256Z    Compiling serde_core v1.0.228
2026-06-05T23:17:38.6121076Z    Compiling serde v1.0.228
2026-06-05T23:17:38.9251389Z    Compiling cfg-if v1.0.4
2026-06-05T23:17:38.9641117Z    Compiling typenum v1.20.1
2026-06-05T23:17:40.3591633Z    Compiling syn v2.0.117
2026-06-05T23:17:40.4821344Z    Compiling portable-atomic v1.13.1
2026-06-05T23:17:40.9861223Z    Compiling version_check v0.9.5
2026-06-05T23:17:41.3591198Z    Compiling memchr v2.8.1
2026-06-05T23:17:41.3877782Z    Compiling critical-section v1.2.0
2026-06-05T23:17:41.4670866Z    Compiling subtle v2.6.1
2026-06-05T23:17:41.6392778Z    Compiling generic-array v0.14.7
2026-06-05T23:17:41.7735494Z    Compiling semver v1.0.28
2026-06-05T23:17:42.1750959Z    Compiling rustc_version v0.4.1
2026-06-05T23:17:42.5587318Z    Compiling find-msvc-tools v0.1.9
2026-06-05T23:17:42.8511107Z    Compiling smallvec v1.15.1
2026-06-05T23:17:43.1011100Z    Compiling shlex v2.0.1
2026-06-05T23:17:43.3026417Z    Compiling cc v1.2.63
2026-06-05T23:17:43.3880786Z    Compiling itoa v1.0.18
2026-06-05T23:17:43.4546562Z    Compiling equivalent v1.0.2
2026-06-05T23:17:43.5049055Z    Compiling crypto-common v0.1.7
2026-06-05T23:17:43.5990952Z    Compiling pin-project-lite v0.2.17
2026-06-05T23:17:43.6062463Z    Compiling getrandom v0.2.17
2026-06-05T23:17:43.6700639Z    Compiling hashbrown v0.17.1
2026-06-05T23:17:43.7970487Z    Compiling cpufeatures v0.2.17
2026-06-05T23:17:43.8420733Z    Compiling log v0.4.32
2026-06-05T23:17:44.0764266Z    Compiling futures-core v0.3.32
2026-06-05T23:17:44.2080771Z    Compiling bytes v1.11.1
2026-06-05T23:17:44.6540697Z    Compiling indexmap v2.14.0
2026-06-05T23:17:45.2950829Z    Compiling bitflags v2.12.1
2026-06-05T23:17:45.5600723Z    Compiling rand_core v0.10.1
2026-06-05T23:17:45.5878897Z    Compiling socket2 v0.6.4
2026-06-05T23:17:45.7146207Z    Compiling getrandom v0.4.2
2026-06-05T23:17:45.8199960Z    Compiling block-buffer v0.10.4
2026-06-05T23:17:45.8891148Z    Compiling mio v1.2.1
2026-06-05T23:17:45.9750910Z    Compiling stable_deref_trait v1.2.1
2026-06-05T23:17:46.0170484Z    Compiling digest v0.10.7
2026-06-05T23:17:46.3070913Z    Compiling futures-io v0.3.32
2026-06-05T23:17:46.4390862Z    Compiling futures-sink v0.3.32
2026-06-05T23:17:46.5160458Z    Compiling slab v0.4.12
2026-06-05T23:17:46.5200285Z    Compiling futures-channel v0.3.32
2026-06-05T23:17:46.6840316Z    Compiling synstructure v0.13.2
2026-06-05T23:17:46.7132960Z    Compiling futures-task v0.3.32
2026-06-05T23:17:46.8110368Z    Compiling curve25519-dalek v4.1.3
2026-06-05T23:17:46.8876282Z    Compiling zerocopy v0.8.50
2026-06-05T23:17:47.0140560Z    Compiling rand_core v0.6.4
2026-06-05T23:17:47.1978457Z    Compiling ahash v0.8.12
2026-06-05T23:17:47.3480653Z    Compiling sha2 v0.10.9
2026-06-05T23:17:47.5190492Z    Compiling vcpkg v0.2.15
2026-06-05T23:17:47.8460526Z    Compiling fnv v1.0.7
2026-06-05T23:17:47.8990642Z    Compiling pkg-config v0.3.33
2026-06-05T23:17:48.5400534Z    Compiling signature v2.2.0
2026-06-05T23:17:48.6370525Z    Compiling zmij v1.0.21
2026-06-05T23:17:48.6736117Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T23:17:48.8690503Z    Compiling ed25519 v2.2.3
2026-06-05T23:17:48.9960692Z    Compiling serde_json v1.0.150
2026-06-05T23:17:49.0360798Z    Compiling autocfg v1.5.1
2026-06-05T23:17:49.2440322Z    Compiling serde_derive v1.0.228
2026-06-05T23:17:49.6110534Z    Compiling zeroize_derive v1.4.3
2026-06-05T23:17:50.2480569Z    Compiling zeroize v1.8.2
2026-06-05T23:17:50.4170427Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T23:17:51.0851397Z    Compiling tokio-macros v2.7.0
2026-06-05T23:17:51.9100666Z    Compiling tokio v1.52.3
2026-06-05T23:17:53.4230234Z    Compiling zerofrom-derive v0.1.7
2026-06-05T23:17:55.1940515Z    Compiling futures-macro v0.3.32
2026-06-05T23:17:55.9830783Z    Compiling once_cell v1.21.4
2026-06-05T23:17:56.2398344Z    Compiling futures-util v0.3.32
2026-06-05T23:17:56.2460638Z    Compiling zerofrom v0.1.8
2026-06-05T23:17:56.3640618Z    Compiling yoke-derive v0.8.2
2026-06-05T23:17:57.8385772Z    Compiling yoke v0.8.3
2026-06-05T23:17:58.0710481Z    Compiling zerovec-derive v0.11.3
2026-06-05T23:17:59.6217640Z    Compiling zerovec v0.11.6
2026-06-05T23:18:00.5749382Z    Compiling displaydoc v0.2.6
2026-06-05T23:18:01.0640539Z    Compiling hashbrown v0.14.5
2026-06-05T23:18:01.5290544Z    Compiling fastrand v2.4.1
2026-06-05T23:18:01.8037485Z    Compiling cfg_aliases v0.2.1
2026-06-05T23:18:01.8575151Z    Compiling tinystr v0.8.3
2026-06-05T23:18:01.9970519Z    Compiling ed25519-dalek v2.2.0
2026-06-05T23:18:02.0790729Z    Compiling hashlink v0.9.1
2026-06-05T23:18:02.4814728Z    Compiling tracing-core v0.1.36
2026-06-05T23:18:02.5250864Z    Compiling tracing-attributes v0.1.31
2026-06-05T23:18:02.6460793Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T23:18:02.7920838Z    Compiling rustversion v1.0.22
2026-06-05T23:18:03.0950833Z    Compiling fallible-iterator v0.3.0
2026-06-05T23:18:03.3110671Z    Compiling litemap v0.8.2
2026-06-05T23:18:03.5600527Z    Compiling writeable v0.6.3
2026-06-05T23:18:03.6370576Z    Compiling rusqlite v0.32.1
2026-06-05T23:18:03.7830312Z    Compiling icu_locale_core v2.2.0
2026-06-05T23:18:03.8371332Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T23:18:04.3400254Z    Compiling tracing v0.1.44
2026-06-05T23:18:04.6680423Z    Compiling zerotrie v0.2.4
2026-06-05T23:18:05.0190559Z    Compiling potential_utf v0.1.5
2026-06-05T23:18:05.1030622Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T23:18:05.1440155Z    Compiling icu_properties_data v2.2.0
2026-06-05T23:18:05.2213607Z    Compiling utf8_iter v1.0.4
2026-06-05T23:18:05.2906091Z    Compiling icu_provider v2.2.0
2026-06-05T23:18:05.3460215Z    Compiling icu_collections v2.2.0
2026-06-05T23:18:05.6838381Z    Compiling tokio-util v0.7.18
2026-06-05T23:18:05.7030061Z    Compiling anyhow v1.0.102
2026-06-05T23:18:06.0880617Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T23:18:06.2290846Z    Compiling percent-encoding v2.3.2
2026-06-05T23:18:06.2312800Z    Compiling icu_properties v2.2.0
2026-06-05T23:18:06.4110709Z    Compiling icu_normalizer v2.2.0
2026-06-05T23:18:07.3090281Z    Compiling ring v0.17.14
2026-06-05T23:18:07.7390734Z    Compiling http v1.4.1
2026-06-05T23:18:07.8827399Z    Compiling cpufeatures v0.3.0
2026-06-05T23:18:07.9260682Z    Compiling thiserror v2.0.18
2026-06-05T23:18:08.2180207Z    Compiling strsim v0.11.1
2026-06-05T23:18:08.5423904Z    Compiling idna_adapter v1.2.2
2026-06-05T23:18:08.6758766Z    Compiling rustls-pki-types v1.14.1
2026-06-05T23:18:09.2750924Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T23:18:09.3553779Z    Compiling thiserror-impl v2.0.18
2026-06-05T23:18:09.8246177Z    Compiling idna v1.1.0
2026-06-05T23:18:10.7279129Z    Compiling chacha20 v0.10.0
2026-06-05T23:18:11.0513027Z    Compiling form_urlencoded v1.2.2
2026-06-05T23:18:11.1395365Z    Compiling ipnet v2.12.0
2026-06-05T23:18:11.2065450Z    Compiling untrusted v0.9.0
2026-06-05T23:18:11.3065148Z    Compiling ident_case v1.0.1
2026-06-05T23:18:11.3941211Z    Compiling darling_core v0.20.11
2026-06-05T23:18:11.5323335Z    Compiling url v2.5.8
2026-06-05T23:18:11.8567530Z    Compiling rand v0.10.1
2026-06-05T23:18:12.7922776Z    Compiling unicode-segmentation v1.13.3
2026-06-05T23:18:12.9102334Z    Compiling scopeguard v1.2.0
2026-06-05T23:18:12.9760998Z    Compiling rustls v0.23.40
2026-06-05T23:18:13.0890986Z    Compiling lock_api v0.4.14
2026-06-05T23:18:13.4082826Z    Compiling convert_case v0.10.0
2026-06-05T23:18:13.4083829Z    Compiling atomic-waker v1.1.2
2026-06-05T23:18:13.5010588Z    Compiling const-oid v0.10.2
2026-06-05T23:18:13.7299373Z    Compiling unicode-xid v0.2.6
2026-06-05T23:18:13.7924392Z    Compiling httparse v1.10.1
2026-06-05T23:18:13.8220708Z    Compiling derive_more-impl v2.1.1
2026-06-05T23:18:14.1140450Z    Compiling h2 v0.4.14
2026-06-05T23:18:15.2942447Z    Compiling rustls-webpki v0.103.13
2026-06-05T23:18:15.5967106Z    Compiling darling_macro v0.20.11
2026-06-05T23:18:15.9260496Z    Compiling darling v0.20.11
2026-06-05T23:18:15.9750553Z    Compiling derive_builder_core v0.20.2
2026-06-05T23:18:17.5176083Z    Compiling http-body v1.0.1
2026-06-05T23:18:17.6430675Z    Compiling hybrid-array v0.4.12
2026-06-05T23:18:18.5740551Z    Compiling paste v1.0.15
2026-06-05T23:18:18.7851037Z    Compiling base64ct v1.8.3
2026-06-05T23:18:19.1494136Z    Compiling heck v0.5.0
2026-06-05T23:18:19.4313774Z    Compiling powerfmt v0.2.0
2026-06-05T23:18:19.4400446Z    Compiling derive_more v2.1.1
2026-06-05T23:18:19.5990725Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T23:18:19.6631434Z    Compiling deranged v0.5.8
2026-06-05T23:18:19.9665753Z    Compiling derive_builder_macro v0.20.2
2026-06-05T23:18:20.6150576Z    Compiling num-traits v0.2.19
2026-06-05T23:18:20.7320889Z    Compiling memoffset v0.6.5
2026-06-05T23:18:20.8412376Z    Compiling n0-error-macros v0.1.3
2026-06-05T23:18:21.6130603Z    Compiling spez v0.1.2
2026-06-05T23:18:21.9450495Z    Compiling try-lock v0.2.5
2026-06-05T23:18:22.0170713Z    Compiling base64 v0.22.1
2026-06-05T23:18:22.0540591Z    Compiling data-encoding v2.11.0
2026-06-05T23:18:22.1290428Z    Compiling time-core v0.1.8
2026-06-05T23:18:22.2870640Z    Compiling num-conv v0.2.2
2026-06-05T23:18:22.4638688Z    Compiling tinyvec_macros v0.1.1
2026-06-05T23:18:22.4760476Z    Compiling thiserror v1.0.69
2026-06-05T23:18:22.5025263Z    Compiling rustix v1.1.4
2026-06-05T23:18:22.7260535Z    Compiling parking_lot_core v0.9.12
2026-06-05T23:18:22.8330652Z    Compiling tower-service v0.3.3
2026-06-05T23:18:22.9580479Z    Compiling tinyvec v1.11.0
2026-06-05T23:18:22.9880116Z    Compiling n0-error v0.1.3
2026-06-05T23:18:23.1130736Z    Compiling want v0.3.1
2026-06-05T23:18:23.3567807Z    Compiling derive_builder v0.20.2
2026-06-05T23:18:23.4460327Z    Compiling der v0.8.0-rc.10
2026-06-05T23:18:23.5650431Z    Compiling block-buffer v0.12.0
2026-06-05T23:18:23.7270574Z    Compiling crypto-common v0.2.2
2026-06-05T23:18:23.9648529Z    Compiling vergen-lib v9.1.0
2026-06-05T23:18:24.0810609Z    Compiling n0-future v0.3.2
2026-06-05T23:18:24.2684986Z    Compiling thiserror-impl v1.0.69
2026-06-05T23:18:25.4600455Z    Compiling pin-project-internal v1.1.13
2026-06-05T23:18:25.7080478Z    Compiling inout v0.1.4
2026-06-05T23:18:25.8235154Z    Compiling serial-core v0.4.0
2026-06-05T23:18:25.9804079Z    Compiling termios v0.2.2
2026-06-05T23:18:25.9882851Z    Compiling ioctl-rs v0.1.6
2026-06-05T23:18:25.9945672Z    Compiling winnow v1.0.3
2026-06-05T23:18:26.0640680Z    Compiling linux-raw-sys v0.12.1
2026-06-05T23:18:26.1050606Z    Compiling crossbeam-utils v0.8.21
2026-06-05T23:18:26.3410512Z    Compiling cordyceps v0.3.4
2026-06-05T23:18:26.6020895Z    Compiling httpdate v1.0.3
2026-06-05T23:18:26.7580510Z    Compiling parking v2.2.1
2026-06-05T23:18:26.8880938Z    Compiling ref-cast v1.0.25
2026-06-05T23:18:27.0370760Z    Compiling diatomic-waker v0.2.3
2026-06-05T23:18:27.1534986Z    Compiling spin v0.10.0
2026-06-05T23:18:27.1988593Z    Compiling pin-project v1.1.13
2026-06-05T23:18:27.2430254Z    Compiling futures-buffered v0.2.13
2026-06-05T23:18:27.2532242Z    Compiling futures-lite v2.6.1
2026-06-05T23:18:27.2574644Z    Compiling hyper v1.10.1
2026-06-05T23:18:28.1210568Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T23:18:28.5670658Z    Compiling serial-unix v0.4.0
2026-06-05T23:18:28.8270532Z    Compiling cipher v0.4.4
2026-06-05T23:18:29.1210542Z    Compiling spki v0.8.0-rc.4
2026-06-05T23:18:29.1690766Z    Compiling digest v0.11.3
2026-06-05T23:18:29.3537723Z    Compiling netlink-packet-core v0.8.1
2026-06-05T23:18:30.1721183Z    Compiling tokio-rustls v0.26.4
2026-06-05T23:18:30.1850438Z    Compiling vergen v9.1.0
2026-06-05T23:18:30.2970596Z    Compiling vergen-lib v0.1.6
2026-06-05T23:18:30.4049119Z    Compiling noq-udp v0.10.0
2026-06-05T23:18:30.5408750Z    Compiling toml_datetime v0.6.11
2026-06-05T23:18:30.5492545Z    Compiling serde_spanned v0.6.9
2026-06-05T23:18:30.6570671Z    Compiling ref-cast-impl v1.0.25
2026-06-05T23:18:30.7650651Z    Compiling serde_derive_internals v0.29.1
2026-06-05T23:18:30.8720619Z    Compiling sync_wrapper v1.0.2
2026-06-05T23:18:30.9440494Z    Compiling universal-hash v0.5.1
2026-06-05T23:18:31.0390494Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T23:18:31.0450625Z    Compiling heapless v0.7.17
2026-06-05T23:18:31.2125192Z    Compiling aho-corasick v1.1.4
2026-06-05T23:18:31.2185492Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T23:18:31.2223850Z    Compiling pin-utils v0.1.0
2026-06-05T23:18:31.2670423Z    Compiling winnow v0.7.15
2026-06-05T23:18:31.5159946Z    Compiling either v1.16.0
2026-06-05T23:18:31.8158465Z    Compiling bitflags v1.3.2
2026-06-05T23:18:31.8650646Z    Compiling byteorder v1.5.0
2026-06-05T23:18:32.1020843Z    Compiling regex-syntax v0.8.10
2026-06-05T23:18:32.2790609Z    Compiling opaque-debug v0.3.1
2026-06-05T23:18:32.3210548Z    Compiling toml_write v0.1.2
2026-06-05T23:18:32.5460606Z    Compiling polyval v0.6.2
2026-06-05T23:18:32.7733925Z    Compiling schemars_derive v1.2.1
2026-06-05T23:18:34.2650720Z    Compiling toml_edit v0.22.27
2026-06-05T23:18:34.3570699Z    Compiling hash32 v0.2.1
2026-06-05T23:18:34.5510212Z    Compiling nix v0.25.1
2026-06-05T23:18:35.1500588Z    Compiling regex-automata v0.4.14
2026-06-05T23:18:36.2368593Z    Compiling prefix-trie v0.8.4
2026-06-05T23:18:37.2468433Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T23:18:39.1640583Z    Compiling tempfile v3.27.0
2026-06-05T23:18:39.7222215Z    Compiling parking_lot v0.12.5
2026-06-05T23:18:39.7308578Z    Compiling hyper-util v0.1.20
2026-06-05T23:18:40.3769133Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T23:18:40.4398826Z    Compiling filedescriptor v0.8.3
2026-06-05T23:18:40.5670410Z    Compiling serial v0.4.0
2026-06-05T23:18:40.6510841Z    Compiling spin v0.9.8
2026-06-05T23:18:40.8880389Z    Compiling vergen-gitcl v1.0.8
2026-06-05T23:18:40.9990575Z    Compiling futures-executor v0.3.32
2026-06-05T23:18:41.2820677Z    Compiling tower-layer v0.3.3
2026-06-05T23:18:41.3450618Z    Compiling num_threads v0.1.7
2026-06-05T23:18:41.4800824Z    Compiling shell-words v1.1.1
2026-06-05T23:18:41.6060207Z    Compiling downcast-rs v1.2.1
2026-06-05T23:18:41.6630713Z    Compiling dyn-clone v1.0.20
2026-06-05T23:18:41.7620623Z    Compiling signature v3.0.0
2026-06-05T23:18:41.8712810Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T23:18:42.1580393Z    Compiling time v0.3.47
2026-06-05T23:18:42.2685628Z    Compiling schemars v1.2.1
2026-06-05T23:18:42.5170496Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T23:18:42.5330623Z    Compiling portable-pty v0.8.1
2026-06-05T23:18:42.9442981Z    Compiling futures v0.3.32
2026-06-05T23:18:44.4720661Z    Compiling regex v1.12.3
2026-06-05T23:18:44.6802196Z    Compiling proc-macro-crate v3.5.0
2026-06-05T23:18:45.1290631Z    Compiling toml v0.8.23
2026-06-05T23:18:45.2366880Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T23:18:45.4350279Z    Compiling ghash v0.5.1
2026-06-05T23:18:45.5231625Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T23:18:46.1730376Z    Compiling ctr v0.9.2
2026-06-05T23:18:46.2120602Z    Compiling aes v0.8.4
2026-06-05T23:18:46.3664215Z    Compiling http-body-util v0.1.3
2026-06-05T23:18:46.6948764Z    Compiling cobs v0.3.0
2026-06-05T23:18:46.8810635Z    Compiling netlink-sys v0.8.8
2026-06-05T23:18:46.9579806Z    Compiling postcard-derive v0.2.2
2026-06-05T23:18:47.0910594Z    Compiling aead v0.5.2
2026-06-05T23:18:47.1775465Z    Compiling openssl-probe v0.2.1
2026-06-05T23:18:47.2024539Z    Compiling aes-gcm v0.10.3
2026-06-05T23:18:47.3361271Z    Compiling rustls-native-certs v0.8.4
2026-06-05T23:18:47.3650416Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T23:18:47.5811054Z    Compiling postcard v1.1.3
2026-06-05T23:18:47.6740566Z    Compiling num_enum_derive v0.7.6
2026-06-05T23:18:48.1416730Z    Compiling data-encoding-macro v0.1.20
2026-06-05T23:18:48.1860323Z    Compiling tower v0.5.3
2026-06-05T23:18:48.6530707Z    Compiling crossbeam-channel v0.5.15
2026-06-05T23:18:48.9510651Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T23:18:48.9880651Z    Compiling netlink-packet-route v0.29.0
2026-06-05T23:18:49.3905858Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T23:18:49.4040714Z    Compiling strum_macros v0.28.0
2026-06-05T23:18:49.8621403Z    Compiling netwatch v0.16.0
2026-06-05T23:18:50.0590619Z    Compiling noq v0.18.0
2026-06-05T23:18:50.2439845Z    Compiling async-trait v0.1.89
2026-06-05T23:18:50.3790546Z    Compiling enum-assoc v1.3.0
2026-06-05T23:18:51.3070656Z    Compiling uuid v1.23.2
2026-06-05T23:18:51.5633506Z    Compiling blake3 v1.8.5
2026-06-05T23:18:51.8440358Z    Compiling acto v0.8.2
2026-06-05T23:18:51.8530547Z    Compiling identity-hash v0.1.0
2026-06-05T23:18:51.9281210Z    Compiling rustc-hash v2.1.2
2026-06-05T23:18:51.9840539Z    Compiling xml-rs v0.8.28
2026-06-05T23:18:52.0230579Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T23:18:52.1980291Z    Compiling ryu v1.0.23
2026-06-05T23:18:52.3910606Z    Compiling foldhash v0.2.0
2026-06-05T23:18:52.5561131Z    Compiling mac-addr v0.3.0
2026-06-05T23:18:52.6780654Z    Compiling allocator-api2 v0.2.21
2026-06-05T23:18:52.7360558Z    Compiling lru-slab v0.1.2
2026-06-05T23:18:52.8550626Z    Compiling tagptr v0.2.0
2026-06-05T23:18:53.0050621Z    Compiling moka v0.12.15
2026-06-05T23:18:53.2080303Z    Compiling hashbrown v0.16.1
2026-06-05T23:18:53.5060673Z    Compiling xmltree v0.10.3
2026-06-05T23:18:53.7188917Z    Compiling noq-proto v0.17.0
2026-06-05T23:18:54.2721026Z    Compiling strum v0.28.0
2026-06-05T23:18:54.3600807Z    Compiling iroh-metrics v0.38.3
2026-06-05T23:18:54.8152773Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T23:18:55.5701521Z    Compiling num_enum v0.7.6
2026-06-05T23:18:55.6510997Z    Compiling tower-http v0.6.11
2026-06-05T23:18:56.2150364Z    Compiling iroh-relay v0.98.0
2026-06-05T23:18:56.4600582Z    Compiling iroh-base v0.98.0
2026-06-05T23:18:57.2330477Z    Compiling netdev v0.42.0
2026-06-05T23:18:57.7620620Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T23:18:57.9690465Z    Compiling netlink-proto v0.12.0
2026-06-05T23:18:58.2801026Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-05T23:18:58.4082148Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-05T23:18:59.6610120Z    Compiling hyper-rustls v0.27.9
2026-06-05T23:18:59.9886949Z    Compiling n0-watcher v0.6.1
2026-06-05T23:19:00.1031035Z    Compiling netlink-packet-route v0.30.0
2026-06-05T23:19:01.1390185Z    Compiling attohttpc v0.30.1
2026-06-05T23:19:02.5287629Z    Compiling tokio-stream v0.1.18
2026-06-05T23:19:03.2390578Z    Compiling simple-dns v0.9.3
2026-06-05T23:19:04.4550967Z    Compiling arrayvec v0.7.6
2026-06-05T23:19:04.7243976Z    Compiling sha1_smol v1.0.1
2026-06-05T23:19:04.9420452Z    Compiling arrayref v0.3.9
2026-06-05T23:19:04.9838271Z    Compiling resolv-conf v0.7.6
2026-06-05T23:19:05.4770533Z    Compiling constant_time_eq v0.4.2
2026-06-05T23:19:05.6380977Z    Compiling smol_str v0.1.24
2026-06-05T23:19:05.7490569Z    Compiling simdutf8 v0.1.5
2026-06-05T23:19:06.0790640Z    Compiling tokio-websockets v0.13.2
2026-06-05T23:19:06.6990652Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T23:19:07.0840484Z    Compiling iroh-dns v0.98.0
2026-06-05T23:19:07.6040118Z    Compiling igd-next v0.17.1
2026-06-05T23:19:10.3695604Z    Compiling reqwest v0.13.4
2026-06-05T23:19:10.7250533Z    Compiling lru v0.16.4
2026-06-05T23:19:10.9280915Z    Compiling webpki-roots v1.0.7
2026-06-05T23:19:11.0390840Z    Compiling iroh v0.98.2
2026-06-05T23:19:11.2667739Z    Compiling hmac v0.12.1
2026-06-05T23:19:11.3950639Z    Compiling serde_bytes v0.11.19
2026-06-05T23:19:11.6644537Z    Compiling seize v0.5.1
2026-06-05T23:19:11.7272737Z    Compiling cmov v0.5.4
2026-06-05T23:19:12.0289856Z    Compiling ctutils v0.4.2
2026-06-05T23:19:12.0491299Z    Compiling papaya v0.2.4
2026-06-05T23:19:12.3530677Z    Compiling portmapper v0.16.0
2026-06-05T23:19:12.7041870Z    Compiling hkdf v0.12.4
2026-06-05T23:19:12.8450719Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T23:19:13.4440650Z    Compiling backon v1.6.0
2026-06-05T23:19:13.7160685Z    Compiling spake2 v0.4.0
2026-06-05T23:19:14.0610624Z    Compiling sha1 v0.10.6
2026-06-05T23:19:14.3140694Z    Compiling doctest-file v1.1.1
2026-06-05T23:19:14.7888139Z    Compiling interprocess v2.4.2
2026-06-05T23:19:15.6451009Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-05T23:19:16.5150633Z    Compiling utf8parse v0.2.2
2026-06-05T23:19:16.5890548Z    Compiling anstyle-parse v1.0.0
2026-06-05T23:19:16.7868104Z    Compiling anstyle v1.0.14
2026-06-05T23:19:16.8282431Z    Compiling colorchoice v1.0.5
2026-06-05T23:19:16.8956223Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T23:19:16.9190548Z    Compiling anstyle-query v1.1.5
2026-06-05T23:19:16.9640612Z    Compiling clap_lex v1.1.0
2026-06-05T23:19:17.0005333Z    Compiling clap_derive v4.6.1
2026-06-05T23:19:17.0500856Z    Compiling anstream v1.0.0
2026-06-05T23:19:17.4454876Z    Compiling clap_builder v4.6.0
2026-06-05T23:19:19.4911216Z    Compiling mock-adapter v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-05T23:19:21.2791847Z    Compiling clap v4.6.1
2026-06-05T23:19:38.5475305Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-05T23:19:41.3842823Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-05T23:19:50.4590922Z    Compiling xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-05T23:19:50.4592568Z    Compiling spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-05T23:20:40.5783678Z     Finished `dev` profile [unoptimized] target(s) in 3m 02s
2026-06-05T23:20:40.6441913Z ##[group]Run cargo test --workspace
2026-06-05T23:20:40.6442432Z [36;1mcargo test --workspace[0m
2026-06-05T23:20:40.6465133Z shell: /usr/bin/bash -e {0}
2026-06-05T23:20:40.6465524Z ##[endgroup]
2026-06-05T23:20:41.2515327Z     Finished `test` profile [unoptimized] target(s) in 0.38s
2026-06-05T23:20:41.2878977Z      Running unittests src/main.rs (target/debug/deps/mock_session-6f434bbd5ef0e0f6)
2026-06-05T23:20:41.2894103Z 
2026-06-05T23:20:41.2894816Z running 0 tests
2026-06-05T23:20:41.2895298Z 
2026-06-05T23:20:41.2895729Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:20:41.2896361Z 
2026-06-05T23:20:41.2897769Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-2f0b040e98d5b6e0)
2026-06-05T23:20:41.2915985Z 
2026-06-05T23:20:41.2916320Z running 0 tests
2026-06-05T23:20:41.2916588Z 
2026-06-05T23:20:41.2917097Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:20:41.2917665Z 
2026-06-05T23:20:41.2918259Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-ae8bca69ae3f07a0)
2026-06-05T23:20:41.2931533Z 
2026-06-05T23:20:41.2931781Z running 3 tests
2026-06-05T23:20:41.2955766Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-05T23:20:41.2956430Z test mock_manifest_parses_and_validates ... ok
2026-06-05T23:20:41.2956977Z test mock_has_no_claude_code_conventions ... ok
2026-06-05T23:20:41.2957359Z 
2026-06-05T23:20:41.2957776Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:20:41.2958360Z 
2026-06-05T23:20:41.2958870Z      Running unittests src/main.rs (target/debug/deps/spt-17bfbb9a8fe892a0)
2026-06-05T23:20:41.2993470Z 
2026-06-05T23:20:41.2993930Z running 79 tests
2026-06-05T23:20:41.3015310Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-05T23:20:41.3016074Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-05T23:20:41.3016713Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-05T23:20:41.3017354Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-05T23:20:41.3020640Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-05T23:20:41.3025970Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-05T23:20:41.3031704Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-05T23:20:41.3032429Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-05T23:20:41.3033338Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-05T23:20:41.3038431Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-05T23:20:41.3046667Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-05T23:20:56.3073852Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-05T23:21:09.8266749Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-05T23:21:15.8100701Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-05T23:21:15.8105420Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-05T23:21:15.8106466Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-05T23:21:15.8107814Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-05T23:21:15.8108734Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-05T23:21:15.8562642Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-05T23:21:15.9699742Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-05T23:21:15.9702529Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-05T23:21:15.9707116Z test api::reporting::tests::history_log_appends ... ok
2026-06-05T23:21:15.9708022Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-05T23:21:15.9716621Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-05T23:21:15.9851807Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-05T23:21:16.0229938Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-05T23:21:16.0333255Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-05T23:21:16.0390591Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-05T23:21:16.0459438Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-05T23:21:16.0516421Z test api::startup::tests::missing_seed_refused ... ok
2026-06-05T23:21:16.0674202Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-05T23:21:16.0690385Z test api::tests::adapter_is_required ... ok
2026-06-05T23:21:16.0701161Z test api::tests::state_value_is_validated ... ok
2026-06-05T23:21:16.0744039Z test api::tests::surface_parses ... ok
2026-06-05T23:21:16.1085540Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-05T23:21:16.1143355Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-05T23:21:16.1208564Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-05T23:21:16.1217298Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-05T23:21:16.1229942Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-05T23:21:16.1278295Z test cli::tests::access_subcommands_parse ... ok
2026-06-05T23:21:16.1312463Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-05T23:21:16.1316117Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-05T23:21:16.1320793Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-05T23:21:16.1335923Z test cli::tests::digest_flag_defaults ... ok
2026-06-05T23:21:16.1336694Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-05T23:21:16.1337455Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-05T23:21:16.1909765Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-05T23:21:16.1960711Z test cli::tests::grant_subcommands_parse ... ok
2026-06-05T23:21:16.1979310Z test cli::tests::invalid_usage_errors ... ok
2026-06-05T23:21:16.1986327Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-05T23:21:16.1989346Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-05T23:21:16.1994321Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-05T23:21:16.2039980Z test cli::tests::notify_surface_parses ... ok
2026-06-05T23:21:16.2433438Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-05T23:21:16.2435535Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-05T23:21:16.2452795Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-05T23:21:16.2460788Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-05T23:21:16.2467577Z test cli::tests::ring_timeout_defaults ... ok
2026-06-05T23:21:16.2474502Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-05T23:21:16.7441601Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-05T23:21:32.0038505Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-05T23:21:32.1802644Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-05T23:21:32.1856873Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-05T23:21:32.1910654Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-05T23:21:32.1980130Z test cli::tests::shell_subcommands_parse ... ok
2026-06-05T23:21:32.2741840Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-05T23:21:32.2746223Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-05T23:21:32.2948732Z test cli::tests::subcommands_parse ... ok
2026-06-05T23:21:32.2952613Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-05T23:21:32.2955727Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-05T23:21:32.2965556Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-05T23:21:32.2966627Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-05T23:21:32.2967557Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-05T23:21:32.2968271Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-05T23:21:32.2984482Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-05T23:21:42.4587023Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-05T23:21:42.4591892Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-05T23:21:42.7189476Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-05T23:21:42.8367338Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-05T23:21:42.8367917Z 
2026-06-05T23:21:42.8369324Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 61.54s
2026-06-05T23:21:42.8369933Z 
2026-06-05T23:21:42.8399709Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-e4e66c2a6c9df6a5)
2026-06-05T23:21:42.8416502Z 
2026-06-05T23:21:42.8416809Z running 4 tests
2026-06-05T23:21:43.2033827Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-05T23:21:43.2156122Z SEEDED:1961581
2026-06-05T23:21:43.7432897Z test live_agent_lifecycle_e2e ... ok
2026-06-05T23:21:43.8590177Z test mock_adapter_drives_the_full_contract ... ok
2026-06-05T23:21:43.9128424Z SEEDED:1961581
2026-06-05T23:21:44.1886674Z test seed_then_listen_binds_and_relays ... ok
2026-06-05T23:21:44.1890224Z 
2026-06-05T23:21:44.1890814Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
2026-06-05T23:21:44.1891411Z 
2026-06-05T23:21:44.1891889Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-e857802737b571a6)
2026-06-05T23:21:44.1908726Z 
2026-06-05T23:21:44.1909059Z running 1 test
2026-06-05T23:21:44.1910833Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-05T23:21:44.1911220Z 
2026-06-05T23:21:44.1911633Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:21:44.1912230Z 
2026-06-05T23:21:44.1913697Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-6326be1e04b158ab)
2026-06-05T23:21:44.1925374Z 
2026-06-05T23:21:44.1925632Z running 1 test
2026-06-05T23:21:44.1927678Z test install_script_against_staged_release ... ok
2026-06-05T23:21:44.1928080Z 
2026-06-05T23:21:44.1928507Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:21:44.1929083Z 
2026-06-05T23:21:44.1930889Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-c0511e2677026bc9)
2026-06-05T23:21:44.1943763Z 
2026-06-05T23:21:44.1944156Z running 1 test
2026-06-05T23:21:44.5530209Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-05T23:21:44.5530676Z 
2026-06-05T23:21:44.5531074Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
2026-06-05T23:21:44.5531646Z 
2026-06-05T23:21:44.5532097Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-ec698c645d5d2cd3)
2026-06-05T23:21:44.5549863Z 
2026-06-05T23:21:44.5550314Z running 1 test
2026-06-05T23:21:44.8838806Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-05T23:21:44.8839610Z 
2026-06-05T23:21:44.8840210Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
2026-06-05T23:21:44.8840818Z 
2026-06-05T23:21:44.8844115Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-e778343ce10423c5)
2026-06-05T23:21:44.8861900Z 
2026-06-05T23:21:44.8862201Z running 1 test
2026-06-05T23:21:45.9221719Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-05T23:21:45.9222124Z 
2026-06-05T23:21:45.9223162Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
2026-06-05T23:21:45.9223753Z 
2026-06-05T23:21:45.9227797Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-9271cf5079fca964)
2026-06-05T23:21:45.9266995Z 
2026-06-05T23:21:45.9267406Z running 174 tests
2026-06-05T23:21:45.9270707Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-05T23:21:45.9271611Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-05T23:21:45.9285200Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-05T23:21:45.9297131Z test access::tests::gate_decision_table ... ok
2026-06-05T23:21:45.9311825Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-05T23:21:45.9312731Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-05T23:21:45.9313596Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-05T23:21:45.9320355Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-05T23:21:45.9323808Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-05T23:21:45.9337297Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-05T23:21:45.9338722Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-05T23:21:45.9345803Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-05T23:21:45.9347000Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-05T23:21:45.9348047Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-05T23:21:45.9360389Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-05T23:21:45.9361516Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-05T23:21:45.9362492Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-05T23:21:45.9363453Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-05T23:21:45.9374327Z test config::tests::missing_file_is_default ... ok
2026-06-05T23:21:45.9384766Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-05T23:21:45.9390103Z test config::tests::save_load_roundtrip ... ok
2026-06-05T23:21:45.9390867Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-05T23:21:45.9391619Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-05T23:21:45.9392638Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-05T23:21:45.9394925Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-05T23:21:45.9395971Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-05T23:21:45.9431332Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-05T23:21:45.9442346Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-05T23:21:45.9443371Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-05T23:21:45.9468523Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-05T23:21:45.9497720Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-05T23:21:45.9498832Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-05T23:21:45.9499818Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-05T23:21:45.9501332Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-05T23:21:45.9502238Z test digesthub::tests::render_is_glanceable ... ok
2026-06-05T23:21:45.9504359Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-05T23:21:45.9505501Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-05T23:21:45.9506421Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-05T23:21:45.9507334Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-05T23:21:45.9508147Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-05T23:21:45.9510087Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-05T23:21:45.9510892Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-05T23:21:45.9584167Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-05T23:21:45.9603891Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-05T23:21:45.9605680Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-05T23:21:45.9606582Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-05T23:21:45.9607382Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-05T23:21:45.9608251Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-05T23:21:45.9609409Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-05T23:21:45.9610331Z test grants::tests::escalation_answers_apply ... ok
2026-06-05T23:21:45.9611624Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-05T23:21:45.9877593Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-05T23:21:45.9878479Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-05T23:21:45.9879142Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-05T23:21:45.9879958Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-05T23:21:45.9880696Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-05T23:21:45.9896813Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-05T23:21:46.0694732Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-05T23:21:46.1143190Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-05T23:21:46.1678209Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-05T23:21:46.2214684Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-05T23:21:46.2466582Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-05T23:21:46.2700097Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-05T23:21:46.3237399Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-05T23:21:46.3463125Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-05T23:21:46.3993796Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-05T23:21:46.4244483Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-05T23:21:46.4246073Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-05T23:21:46.4247588Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-05T23:21:46.4248887Z test msg::tests::output_envelope_round_trips ... ok
2026-06-05T23:21:46.4250313Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-05T23:21:46.4251299Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-05T23:21:46.4457374Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-05T23:21:46.4795671Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-05T23:21:46.5753565Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-05T23:21:46.7325500Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-05T23:21:46.7858190Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-05T23:21:46.8959883Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-05T23:21:47.0085833Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-05T23:21:47.3159503Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-05T23:21:47.3374463Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-05T23:21:47.3740446Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-05T23:21:47.4925130Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-05T23:21:47.5340650Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-05T23:21:47.6596307Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-05T23:21:47.8030968Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-05T23:21:47.8048991Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-05T23:21:47.8581358Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-05T23:21:47.8597063Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-05T23:21:47.8869535Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-05T23:21:47.8875409Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-05T23:21:47.8910908Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-05T23:21:47.9384599Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-05T23:21:47.9401660Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-05T23:21:48.0526860Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-05T23:21:48.1322828Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-05T23:21:48.2655610Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-05T23:21:48.3473465Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-05T23:21:48.4242861Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-05T23:21:48.4979912Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-05T23:21:48.4980673Z test reconcile::tests::active_node_wins ... ok
2026-06-05T23:21:48.4982275Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-05T23:21:48.4983885Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-05T23:21:48.4985330Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-05T23:21:48.6238708Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-05T23:21:48.6737446Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-05T23:21:48.8478065Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-05T23:21:48.8506481Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-05T23:21:48.8516668Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-05T23:21:48.8524283Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-05T23:21:48.8541519Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-05T23:21:48.8571232Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-05T23:21:48.8577304Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-05T23:21:48.8586063Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-05T23:21:48.8600740Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-05T23:21:48.8604355Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-05T23:21:48.8616823Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-05T23:21:48.8622406Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-05T23:21:48.8623609Z test release::tests::hex_roundtrips ... ok
2026-06-05T23:21:48.8627229Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-05T23:21:48.8632660Z test release::tests::production_policy_loads_fail_closed ... FAILED
2026-06-05T23:21:48.8638463Z test release::tests::revoked_key_is_rejected ... ok
2026-06-05T23:21:48.8640446Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-05T23:21:48.8650250Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-05T23:21:48.8667178Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-05T23:21:48.8668233Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-05T23:21:48.8679570Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-05T23:21:48.8688640Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-05T23:21:48.8689672Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-05T23:21:48.8690586Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-05T23:21:48.8727121Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-05T23:21:48.8737988Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-05T23:21:48.8744813Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-05T23:21:48.8745665Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-05T23:21:48.9970980Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-05T23:21:49.0330332Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-05T23:21:49.0332987Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-05T23:21:49.1061628Z test relay::tests::run_honors_stop ... ok
2026-06-05T23:21:49.1180881Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-05T23:21:49.1653344Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-05T23:21:49.1660270Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-05T23:21:49.1661154Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-05T23:21:49.1666356Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-05T23:21:49.1682778Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-05T23:21:49.1714290Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-05T23:21:49.1743680Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-05T23:21:49.1774876Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-05T23:21:49.1778259Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-05T23:21:49.1819509Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-05T23:21:49.1835055Z test seedmap::tests::take_absent_is_none ... ok
2026-06-05T23:21:49.1840106Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-05T23:21:49.1842858Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-05T23:21:49.1843834Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-05T23:21:49.2088337Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-05T23:21:49.2112997Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-05T23:21:49.2115974Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-05T23:21:49.2122521Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-05T23:21:49.2476760Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-05T23:21:49.2492564Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-05T23:21:49.2493314Z test sync::tests::gate_decision_table ... ok
2026-06-05T23:21:49.2772617Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-05T23:21:49.2776300Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-05T23:21:49.2778537Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-05T23:21:49.2779615Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-05T23:21:49.2780417Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-05T23:21:49.2781247Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-05T23:21:49.2782065Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-05T23:21:49.2801067Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-05T23:21:49.2811518Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-05T23:21:49.3072618Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-05T23:21:49.3073424Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-05T23:21:49.3723482Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-05T23:21:49.3794097Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-05T23:21:49.4627890Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-05T23:21:49.4628461Z 
2026-06-05T23:21:49.4628821Z failures:
2026-06-05T23:21:49.4629009Z 
2026-06-05T23:21:49.4629431Z ---- release::tests::production_policy_loads_fail_closed stdout ----
2026-06-05T23:21:49.4630066Z 
2026-06-05T23:21:49.4630691Z thread 'release::tests::production_policy_loads_fail_closed' (1962123) panicked at crates/spt-daemon/src/release.rs:450:9:
2026-06-05T23:21:49.4631568Z no file => trust nobody
2026-06-05T23:21:49.4632109Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-05T23:21:49.4632598Z 
2026-06-05T23:21:49.4632603Z 
2026-06-05T23:21:49.4632723Z failures:
2026-06-05T23:21:49.4633125Z     release::tests::production_policy_loads_fail_closed
2026-06-05T23:21:49.4633490Z 
2026-06-05T23:21:49.4633919Z test result: FAILED. 173 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.54s
2026-06-05T23:21:49.4634515Z 
2026-06-05T23:21:49.4662001Z error: test failed, to rerun pass `-p spt-daemon --lib`
2026-06-05T23:21:49.4778958Z ##[error]Process completed with exit code 101.
2026-06-05T23:21:49.5115624Z Post job cleanup.
2026-06-05T23:21:49.6376245Z [command]/usr/bin/git version
2026-06-05T23:21:49.6428481Z git version 2.34.1
2026-06-05T23:21:49.6474236Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/b23fd9d7-f6fa-4449-bd33-0fae28972951/.gitconfig'
2026-06-05T23:21:49.6497443Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/b23fd9d7-f6fa-4449-bd33-0fae28972951' before making global git config changes
2026-06-05T23:21:49.6499248Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:21:49.6505332Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:21:49.6554524Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:21:49.6599357Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T23:21:49.6861576Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:21:49.6914696Z http.https://github.com/.extraheader
2026-06-05T23:21:49.6932051Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-05T23:21:49.6983198Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T23:21:49.7271243Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:21:49.7318869Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:21:49.7784607Z Cleaning up orphan processes
2026-06-05T23:21:49.8397614Z Terminate orphan process: pid (1962202) (sleep)
2026-06-05T23:21:49.8428821Z Terminate orphan process: pid (1962203) (sleep)
